Digital Garden

A digital garden is a kind of personal website. Unlike a blog, which collects "proper" articles in a chronologically ordered index, a digital garden is a network of pages of various sizes, containing simple ideas, descriptions and history of personal projects, documentation on software and much more, which link to each other organically.

I find a digital garden is most fun to explore when its links and pages are almost maze like.

A lot of people seem to use their digital garden as a notebook and wiki of sorts. I already have an agenda.org file which keeps my life organized and which collects important information, a lot of which I don't wish to share publically. So I use mine "just" to share some thoughts on various things.

My website used to be a blog. I rarely had the motivation to write a "proper" article, yet I still had a bunch of thoughts and ideas I wanted to write about that were too long for a mastodon toot. So I decided to start a garden. In the same move I've also decided to get rid of my previous sites excessive ordering and sorting; I now dump everything in one directory 🐈‍⬛

Behind the scenes

My garden uses emacs org-mode, which can automatically export to various formats, including HTML. I have however written a custom HTML export backend, since the default one doesn't really do semantic HTML and litters <div>'s everywhere.

I am somewhat concerned about emacs falling to slop in the future. As such I have restricted myself to a limited subset of org, which I know I could realistically re-implement in C over a weekend if I need to.

I've also dropped some other features my previous sites layout had, like fancy info boxen and more complex arrangements of texts and images which would often appear next to each other. I like that visual style a lot, however it also meant having layouting directives in the source files rather than just semantic markup, and reader mode in various webbrowsers didn't like it (from which I conclude that it likely also didn't work well with screen readers).

I've also added "autolinks". In every page source file I can set up certain keywords. These words, when found on other sites, will be turned into links leading to that site.

#+title: My fancy page!
#+autolink: fancy
#+autolink: page

Hello!

Pretty neat, I think!

But some things still need to be done: